home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / TCP_IP / TNOS230S / CTYPE.H < prev    next >
C/C++ Source or Header  |  1996-06-22  |  169b  |  8 lines

  1. /* This is used to cleanup for lint messages in a single spot */
  2.  
  3. #ifndef _CTYPE_H
  4. /*lint -save -e506 -e572 -e778 */
  5. #include <ctype.h>
  6. /*lint -restore */
  7. #endif
  8.